Fix bug #17744 with cursor motion near overlay string with 'cursor' prop.
authorEli Zaretskii <eliz@gnu.org>
Wed, 11 Jun 2014 16:11:32 +0000 (19:11 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 11 Jun 2014 16:11:32 +0000 (19:11 +0300)
commit54d42acb67caa4f413f529f80a46d54021481cf6
tree339a66c9584ad2ceaf7df6185f9623cc5e46d834
parent1d4c1852014c663c7544dc038dfefe9699bf0a69
Fix bug #17744 with cursor motion near overlay string with 'cursor' prop.

 src/xdisp.c (set_cursor_from_row): Fix an off-by-one error when
 matching overlay strings with 'cursor' property against buffer
 positions traversed in the glyph row.
src/ChangeLog
src/xdisp.c